From 7a808abcdc7ed7c6761f57027312fb6e5a836e6a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Thu, 30 Mar 2006 19:12:00 +0000 Subject: [PATCH] Fix thinko: it's patch-stamp which needs to depend on abi-sed --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 9d7767c6..7d76b415 100755 --- a/debian/rules +++ b/debian/rules @@ -46,10 +46,10 @@ abi-sed: touch $@ abi-sed-clean: + rm -f abi-sed for t in `find debian/ -name \*.in | grep -v debian/control.in`; do \ rm -f $${t%.in}; \ done - rm -f abi-sed # Generate ocaml-native-compilers' Architecture field. # Should never be called automatically. @@ -82,7 +82,7 @@ config-stamp: configure abi-sed touch config-stamp -patch: abi-sed +patch-stamp: abi-sed # Architecture build: build-arch build-indep -- 2.30.2